
.banner .ban-msk {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 25px;
}
.banner .ban-msk-m {
	position: relative;
	text-align: center;
}
.banner .ban-msk-m .s-b-n, .banner .ban-msk-m .s-b-p {
	width: 15px;
	height: 15px;
	background-size: contain;
	position: relative;
	left: auto;
	right: auto;
	top: 2px;
	display: inline-block;
	margin: 0 15px;
}
.banner .ban-msk-m .swiper-p-b {
	display: inline-block;
	position: relative;
}
.banner .ban-msk-m .swiper-p-b .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	border-radius: 13px;
	border: 1px solid #ffffff;
	opacity: 1;
	background: none;
	margin: 0 10px;
	transition: all .3s linear;
}
.banner .ban-msk-m .swiper-p-b .swiper-pagination-bullet-active {
	background: #ffffff;
	width: 32px;
}
.swiper-banner .swiper-slide {
	/*height: 100vh;*/max-height:100vh;
}
.swiper-banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.swiper-banner .swiper-slide .txt {
	position: absolute;
	width: 100%;
	left: 0;
	top: 30%;
	color: #ffffff;
	z-index: 2;
	padding-left: 10%;
	pointer-events: none;
}
.swiper-banner .swiper-slide .txt .mo {
	pointer-events: auto;
	display: inline-block;
}
.swiper-banner .swiper-slide .txt .line {
	width: 0;
	height: 5px;
	background: #ffffff;
	margin-bottom: 5%;
	transition: all .8s linear;
}
.swiper-banner .swiper-slide .txt .line.animated {
	width: 250px;
}
.swiper-banner .swiper-slide .txt .tit {
	font-family: "kn";
	text-transform: uppercase;
	font-size: 92px;
	line-height: 1;
}
.swiper-banner .swiper-slide .txt .note {
	font-size: 70px;
	line-height: 1;
}
.swiper-banner .swiper-slide .txt .info {
	margin-top: 10%;
	font-size: 22px;
}
.swiper-banner .swiper-slide .txt .info img {
	margin-right: 8px;
}
.swiper-banner .swiper-slide .txt .scroll-btn {
	width: 78px;
	height: 78px;
	background: var(--main-color);
	line-height: 78px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	margin-top: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper-banner .swiper-slide .txt .scroll-btn svg {
	position: relative;
	animation: downico 1.5s ease-out infinite;
}
@keyframes downico {
	0% {
		top: 0;
		opacity: 1;
	}
	35% {
		top: 20%;
		opacity: 0;
	}
	65% {
		top: -20%;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1;
	}
}
.about {
	background: #f2f4fb;
}
.about .abbg {
	background: url(../../i/abbg.png) center no-repeat;
}
.about-l {
	width: 62%;
	float: left;
}
.about-l .txt {
	padding-top: 20px;
}
.l-title .line {
	width: 125px;
	height: 3px;
	background: #222222;
	margin-bottom: 45px;
}
.l-title .entit {
	font-family: "kn";
	font-size: 80px;
	line-height: .8;
	text-transform: uppercase;
	letter-spacing: -2px;
}
.l-title .tit {
	font-size: 48px;
	line-height: 1;
}
.about-l .txt .note {
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
	margin-top: 50px;
	margin-bottom: 40px;
	max-width: 620px;
	text-align: justify;
}
.about-l .txt .more a {
	width: 192px;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	background: var(--main-color);
	display: inline-block;
	border-radius: 3px;
	transition: all .3s linear;
}
.about-l .txt .more a:hover {
	background: #004e94;
	text-indent: 2em;
}
.about-l .img {
	position: relative;
}
.about-l .img .img1, .about-l .img .img2 {
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	transition: all .3s linear;
	position: relative;
	top: 0;
}
.about-l .img .img1 {
	max-width: 40%;
}
.about-l .img .img2 {
	max-width: 50%;
}
.about-l .img img {
}
.about-l .img .img2 {
	margin-top: -20px;
	margin-left: 6%;
}
.about-l .img > div:hover {
	top: -20px;
}
.about-r {
	width: 38%;
	float: right;
}
.about-r .img {
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
}
.about-r .img img {
	width: 100%;
	transition: all .3s linear;
}
.about-r .img:hover img {
	transform: scale(1.1);
}
.about-r .ab-data {
	margin-top: 30px;
}
.about-r .ab-data ul {
	display: flex;
}
.about-r .ab-data ul li {
	position: relative;
	text-align: center;
	float: left;
	flex: auto;
}
.about-r .ab-data ul li:before {
	content: "";
	display: block;
	width: 1px;
	height: 90%;
	position: absolute;
	left: 0;
	top: 5%;
	background: #dddddd;
}
.about-r .ab-data ul li:first-child:before {
	display: none;
}
.about-r .ab-data ul li .tit {
	line-height: 1.3;
}
.about-r .ab-data ul li .tit span {
	font-size: 50px;
	font-family: impact;
}
.about-r .ab-data ul li .tit em {
	font-size: 30px;
}
.about-r .ab-data ul li .note {
	font-size: 14px;
}
.jtcy {
	position: relative;
}
.jtcy:before {
	content: "";
	display: block;
	width: 100%;
	height: 268px;
	background: url(../../i/cybg1.jpg) center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.jtcy .jtmin {
	position: relative;
	z-index: 1;
	padding-top: 100px;
}
.am-title {
	text-align: center;
	font-size: 48px;
	line-height: 1;
}
.am-title.w {
	color: #ffffff;
}
.jtcybox .hd {
	max-width: 1000px;
	margin: 0 auto;
	background: #ffffff;
	position: relative;
	z-index: 33;
	margin-top: 44px;
}
.jtcybox .hd ul {
	display: flex;
}
.jtcybox .hd ul li {
	float: left;
	flex: 1;
	text-align: center;
	cursor: pointer;
	position: relative;
	padding: 20px 0;
	border-top: 2px solid #ffffff;
}
.jtcybox .hd ul li:before {
	content: "";
	display: block;
	width: 1px;
	height: 60%;
	position: absolute;
	left: 0;
	top: 15%;
	background: #f1f1f1;
}
.jtcybox .hd ul li:first-child:before {
	display: none;
}
.jtcybox .hd ul li .pic {
	width: 70px;
	height: 63px;
	margin: 0 auto;
	position: relative;
}
.jtcybox .hd ul li .pic .bu {
	display: block;
	width: 70px;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	overflow: hidden;
}
.jtcybox .hd ul li .pic .bu img {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 70px;
	height: 63px;
}
.jtcybox .hd ul li:hover .pic .bu, .jtcybox .hd ul li.on .pic .bu {
	height: 63px;
}
.jtcybox .hd ul li.on {
	border-top: 2px solid var(--sub-color);
}
.jtcybox .bd ul .jtimg {
	position: relative;
	z-index: 2;
	width: 100%;
	margin-top: -55px;
	background-color: var(--main-color);
}
.jtcybox .bd ul .jtimg > img {
	width: 100%;
	opacity: .5;
}
.jtcybox .bd ul .jtimg .txt {
	position: absolute;
	width: 100%;
	left: 0;
	top: 30%;
	z-index: 2;
	text-align: center;
}
.jtcybox .bd ul .jtimg .txt .tit {
	font-size: 48px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
}
.jtcybox .bd ul .jtimg .txt .note {
	max-width: 610px;
	margin: 0 auto;
	color: #ffffff;
}
.jtcybox .bd ul .jtimg .txt .jt {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #0976d6;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	margin-top: 5%;
	overflow: hidden;
}
.jtcybox .bd ul .jtimg .txt .jt a {
	display: flex;justify-content:center;align-items:center;width:100%;height:100%;
	cursor: pointer;
}
.jtcybox .bd ul .jtimg .txt .jt img {
	position: relative;
	animation: rico 1.5s ease-out infinite;
}
@keyframes rico {
	0% {
		left: 0;
		opacity: 1;
	}
	35% {
		left: 30%;
		opacity: 0;
	}
	65% {
		left: -30%;
		opacity: 0;
	}
	100% {
		left: 0;
		opacity: 1;
	}
}
.case {
	background: #f2f4fb;
}
.newsbox {
	margin-top: 70px;
}
.news-l {
	width: 40%;
	float: left;
}
.news-l .swiper-slide a {
	display: block;
}
.news-l .swiper-slide a i {
	display: block;
	overflow: hidden;
}
.news-l .swiper-slide a i img {
	width: 100%;
	transition: all .3s linear;
}
.news-l .swiper-slide a:hover i img {
	transform: scale(1.1);
}
.news-l .swiper-slide a .txt {
	padding: 15px 0;
}
.news-l .swiper-slide a .txt .tit {
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.news-l .swiper-slide a .txt .note {
	color: #888888;
	margin-bottom: 8px;
}
.news-l .np-btn > div {
	display: inline-block;
	cursor: pointer;
	margin-right: 15px;
}
.news-l .np-btn > div.swiper-button-disabled img {
	filter: grayscale(100%);
	filter: gray;
	opacity: .7;
}
.news-r {
	width: 60%;
	float: right;
	padding-left: 70px;
}
.news-r ul li {
	border-bottom: 1px solid #eeeeee;
	padding: 30px 0;
}
.news-r ul li:first-child {
	padding-top: 0;
}
.news-r ul li a {
	display: block;
}
.news-r ul li a i {
	width: 24%;
	float: left;
	display: block;
	overflow: hidden;
}
.news-r ul li a i img {
	transition: all .3s linear;
}
.news-r ul li a:hover i img {
	transform: scale(1.1);
}
.news-r ul li a .txt {
	width: 76%;
	float: left;
	padding-left: 15px;
}
.news-r ul li a .txt .tit {
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.news-r ul li a .txt .note {
	color: #888888;
}
.news-r ul li a .txt .txtl {
	width: 80%;
	float: left;
	border-right: 1px solid #eeeeee;
	padding-right: 30px;
	position: relative;
}
.news-r ul li a .txt .date {
	display: inline-block;
	text-align: center;
	float: right;
	font-family: "kn";
	color: #d8d8d8;
}
.news-r ul li a .txt .date span {
	display: block;
	font-size: 24px;
}
.news-r ul li a .txt .date em {
	display: block;
	font-size: 48px;
	line-height: 1;
}
@media screen and (max-width: 1570px) {
	.swiper-banner .swiper-slide .txt .line.animated {
		width: 180px;
	}
	.swiper-banner .swiper-slide .txt .tit {
		font-size: 82px;
	}
	.swiper-banner .swiper-slide .txt .note {
		font-size: 60px;
	}
}
@media screen and (max-width: 1300px) {
	.swiper-banner .swiper-slide .txt .line.animated {
		width: 140px;
	}
	.swiper-banner .swiper-slide .txt .tit {
		font-size: 62px;
	}
	.swiper-banner .swiper-slide .txt .note {
		font-size: 40px;
	}
	.swiper-banner .swiper-slide .txt .info {
		font-size: 18px;
	}
	.swiper-banner .swiper-slide .txt .scroll-btn {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
}
@media screen and (max-width: 1024px) {
	.swiper-banner .swiper-slide {
		overflow: hidden;
		height: 40vh;
	}
	.swiper-banner .swiper-slide .img100 {
		width: 150%;
		max-width: 150%;
		margin-left: -25%;
	}
	.swiper-banner .swiper-slide .txt .line {
		height: 1px;
	}
	.swiper-banner .swiper-slide .txt .line.animated {
		width: 100px;
	}
	.swiper-banner .swiper-slide .txt .tit {
		/*font-size: 24px;*/
		font-size:1.6rem;
		margin-bottom: 2%;
	}
	.swiper-banner .swiper-slide .txt .note {
		/*font-size: 18px;*/
		font-size:1.4rem;
	}
	.swiper-banner .swiper-slide .txt .info {
		font-size: 12px;
		margin-top: 3%;
	}
	.swiper-banner .swiper-slide .txt .info img {
		height: 14px;
	}
	.swiper-banner .swiper-slide .txt .scroll-btn {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.swiper-banner .swiper-slide .txt .scroll-btn svg {
		max-width: 18px;
		max-height: 18px;
	}
	.banner .ban-msk {
		bottom: 15px;
	}
	.banner .ban-msk-m .swiper-p-b .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.banner .ban-msk-m .s-b-n, .banner .ban-msk-m .s-b-p {
		width: 12px;
		height: 12px;
	}
	.l-title .entit {
		font-size: 18px;
		letter-spacing: 0;
		margin-bottom: 4px;
	}
	.l-title .tit {
		font-size: 20px;
	}
	.l-title .line {
		width: 50px;
		margin-bottom: 10px;
		height: 1px;
	}
	.about-l {
		width: 100%;
		float: none;
	}
	.about-l .txt .note {
		margin-top: 15px;
		margin-bottom: 15px;
		font-size: 12px;
	}
	.about-l .txt .more a {
		width: 120px;
		height: 35px;
		line-height: 35px;
	}
	.about-l .img {
		display: none;
	}
	.about-r {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.about-r .ab-data {
		margin-top: 15px;
	}
	.about-r .ab-data ul li .tit {
		line-height: 1.1;
	}
	.about-r .ab-data ul li .tit span {
		font-size: 22px;
	}
	.about-r .ab-data ul li .note {
		font-size: 12px;
	}
	.jtcy .jtmin {
		padding-top: 20px;
	}
	.am-title {
		font-size: 20px;
	}
	.jtcybox .hd {
		margin-top: 15px;
	}
	.jtcybox .hd ul li {
		padding: 10px 0;
	}
	.jtcybox .hd ul li .pic {
		width: 40px;
		height: 36px;
	}
	.jtcybox .hd ul li .pic .bu {
		width: 40px;
	}
	.jtcybox .hd ul li .pic .bu img {
		width: 40px;
		height: 36px;
	}
	.jtcybox .hd ul li .tit {
		font-size: 12px;
	}
	.jtcy:before {
		height: 130px;
	}
	.jtcybox .bd ul .jtimg {
		margin-top: -2px;
		overflow: hidden;
	}
	.jtcybox .bd ul .jtimg .txt .tit {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.jtcybox .bd ul .jtimg .txt .note {
		font-size: 12px;
		padding: 0 15px;
	}
	.jtcybox .bd ul .jtimg .txt {
		top: 15%;
	}
	.jtcybox .bd ul .jtimg .txt .jt {
		width: 30px;
		height: 30px;
		margin-top: 3%;
		line-height: 30px;
	}
	.jtcybox .bd ul .jtimg .txt .jt img {
		width: 6px;
	}
	.about-r .img {
		height: 220px;
	}
	.about-r .img img {
		margin-top: -40%;
	}
	.djbox {
		margin-top: 15px;
	}
	.dj-left {
		width: 100%;
		float: none;
		height: 200px;
		border-radius: 4px;
		position: relative;
	}
	.dj-left .more a {
		font-size: 12px;
		display: none;
	}
	.dj-right {
		width: 100%;
		float: none;
		padding: 15px;
		background: none;
		height: auto;
	}
	.dj-right ul li a .txt .tit {
		font-size: 14px;
	}
	.dj-right ul li a .txt .note {
		font-size: 12px;
	}
	.dj-right ul li a {
		padding-left: 0;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.dj-right ul li a .date {
		width: 50px;
	}
	.dj-right ul li a .date span {
		font-size: 20px;
	}
	.dj-right ul li a .date em {
		font-size: 12px;
	}
	.shzr-txt {
		position: relative;
		padding: 20px 0;
		background: var(--main-color);
	}
	.shzr:before {
		display: none;
	}
	.shzr-txt-box {
		width: 100%;
		padding: 0;
	}
	.shzr .shzr-r {
		width: 100%;
		float: none;
	}
	.shzr-txt-box .tit {
		font-size: 20px;
		text-align: center;
	}
	.shzr-txt-box .note {
		font-size: 12px;
		text-align: center;
		margin-bottom: 20px;
	}
	.shzr-txt-box .icon ul li a img {
		width: 40px;
	}
	.shzr-txt-box .icon ul li p {
		font-size: 12px;
	}
	.shzr-txt-box .icon {
		padding: 15px 0;
	}
	.newsbox {
		margin-top: 15px;
	}
	.news-l {
		width: 100%;
		float: none;
	}
	.news-l .swiper-slide a .txt {
		padding: 10px 0;
	}
	.news-l .swiper-slide a .txt .tit {
		font-size: 14px;
	}
	.news-l .swiper-slide a .txt .note {
		font-size: 12px;
		margin-bottom: 0px;
	}
	.news-l .np-btn > div img {
		width: 10px;
	}
	.news-r {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 20px;
	}
	.news-r ul li {
		padding: 15px 0;
	}
	.news-r ul li a i {
	}
	.news-r ul li a .txt {
	}
	.news-r ul li a .txt .tit {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.news-r ul li a .txt .note {
		font-size: 12px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.news-r ul li a .txt .date {
		display: none;
	}
	.news-r ul li a .txt .txtl {
		width: 100%;
		border: none;
	}
	.news-r ul li a .txt .date span {
		font-size: 14px;
	}
	.news-r ul li a .txt .date em {
		font-size: 16px;
	}
}

@media screen and (max-width: 556px) {
	.swiper-banner .swiper-slide {
		overflow: hidden;
		height: unset;
	}
	.jtcybox .bd ul .jtimg > img {
		height: 220px;
		object-fit: cover;
	}
}
@media screen and (max-width: 380px) {
	.jtcybox .bd ul .jtimg > img {
		max-width: 130%;
		width: 130%;
		margin-left: -15%;
	}
}